-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Adds a section on unsupported keys to troubleshoot-tde.md #10106
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Adds a section on unsupported keys. Using an unsupported key will throw an InternalServerError without further information.
@microsoft-github-policy-service agree |
@iamjustsam : Thanks for your contribution! The author(s) and reviewer(s) have been notified to review your proposed change. |
Learn Build status updates of commit 8eeb8f5: ✅ Validation status: passed
For more details, please refer to the build report. For any questions, please:
|
@rwestMSFT - Can you review the proposed changes? IMPORTANT: When the changes are ready for publication, adding a #label:"aq-pr-triaged" |
Hi @Pietervanhove - Can you please review to see if this is an appropriate addition the doc? Thanks! #assign:Pietervanhove |
It might be a good idea to add this, but I'm not sure if the error message "500 InternalServerError - An unexpected error occured while processing the request." is only related to a wrong key format. I'll need to double check with engineering. |
@Pietervanhove - Would you add a comment to indicate what action to take on this PR? |
I'm waiting for engineering on their feedback. Once I received their feedback, I can comment on what action we should take |
Hi, We have verified our code and as expected we do have an error message that captures the wrong key size. Can you please let me know what action you did and how we can reproduce this? Thanks, |
Hi Pieter You can reproduce this in either of the following ways:
|
Hi Sam, We are aware of that issue on the MI side - we do not handle this error gracefully in Management Service, so it only appears as an internal server error. We created a repair item to address it. So, for now, I wouldn't add this to the documentation because the internal server error is not unique for the key size issue. Regards, |
#please-close
|
Adds a section on unsupported keys. Using an unsupported key will throw an InternalServerError without further information.